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

Add support for non-bhom objects #48

Closed alelom closed 2 years ago

alelom commented 2 years ago

Issues addressed by this PR

Closes #38

This PR adds support for non-bhom objects. However, this only works on the assumption that our ontology mapper assumptions are respected by the input objects. As a reminder, these assumptions are BHoM's underlying assumptions, which is why we ask people to operate with BHoM objects if they can; these are:

Tests

See the function FromTTLTests.NonBHoMType() for an example test. @DiellzaElshani please test with Grasshopper scripts.

Changelog

Additional comments