HIT2GAP-EU-PROJECT / BEMOnt

BEMOnt - the ontology at the core of BEMServer
https://hit2gap-eu-project.github.io/HIT2GAPOnt/
MIT License
6 stars 8 forks source link

Develop an IFC Parser - IFC to RDF #11

Closed pbourreau closed 6 years ago

pbourreau commented 7 years ago

Develop a Python parser for the IFCs that are available in the project - as far as we know only NUIG, IFC 2X3_TC1. The parser will: -extract only relevant information (for instance, no spatial/geometric information) -create RDF triples from this information according to the schemas in IFC-OWL: http://ifcowl.openbimstandards.org/IFC2X3_TC1/index.html -insert the data into a Jena instance.

pbourreau commented 7 years ago

Work In progress. Many aspects identified:

pbourreau commented 6 years ago

We developed a library based on IfcOpenShell: http://ifcopenshell.org/. The library is available here: https://github.com/Nobatek/ifc-datareader