RE: workable IFC-RDF conversion?

Hi Vladmir,

We use an IFC renderer (https://github.com/opensourceBIM/IfcEngine) to convert IFC implicit geometry to explicit vertexes (B-REP) and then serialize it in WKT.
This approach has been inspired by Ruben de Laat and Chi Zang / Eindhoven University works ( https://pure.tue.nl/ws/portalfiles/portal/117493668/20190311_Zhang.pdf , https://github.com/BenzclyZhang/IFC-to-WKT_Converter)
IfcOpenShell can also be used to extract geometry ( https://ifcopenshell.org/ )
From our point of view RDF geometry Level Of Detail has to be adapted to use case needs : 2D WKT for floorplan based use cases, bounding box for LOD 100, 2.5D (WKT polygon + height) or 3D for higher LODs
We only use RDF for inference purposes and still prefer SVG or GLTF for 2D or 3D web rendering by using (eveBIM https://www.evebim.fr/telechargement or IfcOpenSHell).

Hope that helps

Will you attend LDAC 2024 conference this year ?

Regards,
Nicolas





________________________________
De : Vladimir Alexiev <vladimir.alexiev@ontotext.com>
Envoyé : dimanche 14 avril 2024 12:12
À : public-lbd@w3.org <public-lbd@w3.org>
Objet : workable IFC-RDF conversion?

Hi everyone!
What do you use to convert IFC to RDF with workable geometries?
Representing geometries with individual triples (eg EXPRESS lists, as IfcOwl does) is imho not workable.

We've tried IFCtoLBD but there are various issues
- see https://github.com/jyrkioraskari/IFCtoLBD/issues/106 for a diagram
- see https://github.com/jyrkioraskari/IFCtoLBD/issues/99 for a list

Thanks in advance!

Received on Monday, 15 April 2024 13:06:03 UTC