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

Suggestion to hide the CSharpGraph component #16

Closed DiellzaElshani closed 2 years ago

DiellzaElshani commented 2 years ago

Description:

I think the C# graph component confuses the users. We can include its functions within the toTTLGraph component. In grasshopper instead of: image

it would look like this: image

alelom commented 2 years ago

The method like this is already existing. It's called BH.Engine.RDF.Compute.TTLGraph(), it takes an IObject, internally computes a CSharpGraph and then returns a TTL string:

https://github.com/BHoM/RDF_Prototypes/blob/cdd6cee76e9fb286bb4d55972ca4a95a66cffa1e/RDF_Engine/Compute/TTLGraph.cs#L21-L28