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

Create Adapters and move conversion logic in there #64

Closed alelom closed 1 year ago

alelom commented 1 year ago

Description:

As we add more convert functionality (see #63 ) we need to start separating Adapter logic in different projects.

We should have: TTLAdapter; Markdown adapter (#63).

The main reflection logic that generates the CSharpGraph can still be hosted on the Engine as it will apply to any other adapter converting the CSharpGraph to the destination format.