The IFCtoRDF Desktop Application
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