Skip to content

Releases: jyrkioraskari/IFCtoRDF-Desktop

The IFCtoRDF Desktop Application 2.8

28 Aug 13:25
Compare
Choose a tag to compare

Changes:
Support for ifc4x3

The IFCtoRDF Desktop Application 2.5 and the The Bash compatible command line converter

23 Jul 21:03
Compare
Choose a tag to compare
Usage: java -jar IFCtoRDFCommandLine.jar [OPTIONS] <inFile>... [<rdfTargetName>...]
      <inFile>...
      [<rdfTargetName>...]
  -d, --dir                  converts all entries at the directory input directory
  -g, --guid_uris            create GUID URIs
  -k, --keep-duplicates      keeps duplicate entries
  -u, --baseURI=<base_URI>   the base uri of the entities

Fixes: https://w3id.org/list is loaded correctly now.

The IFCtoRDF Desktop Application 2.4 and the The Bash compatible command line converter

30 Apr 19:03
Compare
Choose a tag to compare
Usage: java -jar IFCtoRDFCommandLine.jar [OPTIONS] <inFile>... [<rdfTargetName>...]
      <inFile>...
      [<rdfTargetName>...]
  -d, --dir                  converts all entries at the directory input directory
  -g, --guid_uris            create GUID URIs
  -k, --keep-duplicates      keeps duplicate entries
  -u, --baseURI=<base_URI>   the base uri of the entities

The IFCtoRDF Desktop Application

08 Feb 16:54
Compare
Choose a tag to compare

This Java desktop app is a user interface for IFCtoRDF tool to convert IFC STEP formatted BIM (Building Information Model) files into ifcOWL (https://github.com/buildingSMART/ifcOWL) representation.

The pre-compiled JAR file can be run just by double clicking the file. Java 8 is supported.

This can also be run from the command line using the following command:
java -jar IFCtoRDF_Desktop.jar

If a larger model is converted, use the following:
java -Xms24G -Xmx24G -XX:MaxPermSize=1G -jar IFCtoRDF_Desktop.jar

GitHub Logo