BHoM / RDF_Prototypes

Research project of the Cluster of Excellence "Integrative Computational Design and Construction for Architecture" (IntCDC) https://www.intcdc.uni-stuttgart.de/ **Project Name**: Knowledge Representation for Multi-Disciplinary Co-Design of Buildings. https://www.intcdc.uni-stuttgart.de/research/research-projects/rp-20/
GNU Lesser General Public License v3.0
9 stars 4 forks source link

RDF_Engine: restructuring ontology settings #73

Closed polnischfrosch closed 1 year ago

polnischfrosch commented 1 year ago

Issues addressed by this PR

Closes #69 Closes #71

The class "OntologySettings" was changed to "GraphSettings" in the BasicSettings- and more elaborate component, as well as the Input for the TTLAdapter. Many instances of the GraphSettings class were also renamed for consistency, such as in Tests. The Property "GeometryAsOntologyClass" was moved from the TBOX class to the ABOX class, all references such as in "IsOntologyClass", etc. were updated as well.

DeserializedeDITED

A "deserializeGeometry" Input was added to the "BasicGraphSettings", which can change if iGeometry objects are to be considered as a class or not. The result can be seen in the individual section of the TTL output.

SerializedeDITED

Example for serialized option.

Test files

GraphSettingsTestFile#69#70#71.zip

Additional comments