MadsHolten / revit-bot-exporter

Export from Autodesk Revit to BOT-compliant Turtle
11 stars 10 forks source link

#1 IFCGUID #2

Closed moethu closed 5 years ago

moethu commented 6 years ago

Hi @MadsHolten, this would be an example of how to use IFC Guids instead of UniqueIDs.

MadsHolten commented 5 years ago

Thanks for your contribution. I think it is a good idea to use the IFC GUIDs rather than Revit GUIDs. Sorry for the long response time.

MadsHolten commented 5 years ago

There is one problem. IFC GUIDs can contain $ and Protegé throws an error if $ us used in URIs.

MadsHolten commented 5 years ago

Solved using URLencode. One must just remember to decode if the GUID is to be extracted from the URI.