pipauwel / IFCtoRDF

IFCtoRDF is a set of reusable Java components that allows to parse IFC-SPF files and convert them into RDF graphs.
Other
83 stars 31 forks source link

how to convert ifc file to rdf file #23

Closed Katherine-HYT closed 4 years ago

Katherine-HYT commented 4 years ago

I opened the project in eclipse, but I don't know how to use it. Could you explain to me please? It is the first time, so something I cannot understand.

pipauwel commented 4 years ago

I am sorry for a late reply. I tried to give pointers in the [README.md] file / homepage of this repository, so please read that. In short, there are two options:

  1. You don't want to edit the code

  2. You want to edit the code

    • fork and/or download the code from GitHub
    • make sure to have a recent java JDK and maven installed
    • load the maven project into your favorite editor (Eclipse, IntelliJ, other)
    • compile the project with mvn compile in order to download all dependencies and get started
    • execute the code with the command be.ugent.IfcSpfReader --baseURI http://www.testuri.be/ inputfile.ifc outputfile.ttl
Katherine-HYT commented 4 years ago

Thank you very much!

------------------ 原始邮件 ------------------ 发件人: "pipauwel/IFCtoRDF" <notifications@github.com>; 发送时间: 2020年8月30日(星期天) 凌晨4:24 收件人: "pipauwel/IFCtoRDF"<IFCtoRDF@noreply.github.com>; 抄送: "Katherine"<945774816@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [pipauwel/IFCtoRDF] how to convert ifc file to rdf file (#23)

I am sorry for a late reply. I tried to give pointers in the [README.md] file / homepage of this repository, so please read that. In short, there are two options:

You don't want to edit the code

download the executable shaded-jar from the releases page: https://github.com/pipauwel/IFCtoRDF/releases/download/IFCtoRDF-0.4/IFCtoRDF-0.4-shaded.jar

open a command line interface (console, command prompt, other) and execute the following command: java -jar IFCtoRDF-0.4-shaded.jar <input-file.ifc> <output-file.ttl>

find the resulting file or file an issue in this repo

You want to edit the code

fork and/or download the code from GitHub

make sure to have a recent java JDK and maven installed

load the maven project into your favorite editor (Eclipse, IntelliJ, other)

compile the project with mvn compile in order to download all dependencies and get started

execute the code with the command be.ugent.IfcSpfReader --baseURI http://www.testuri.be/ inputfile.ifc outputfile.ttl

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.