Sveino / Inst4CIM-KG

Instance of CIM Knowledge Graph
Apache License 2.0
5 stars 1 forks source link

multiple per-profile graphs in JSON-LD? #119

Open VladimirAlexiev opened 3 weeks ago

VladimirAlexiev commented 3 weeks ago

@griddigit-ci in

need to be able to exchange instance data from different profiles in one instance file and be able to know which attribute is in which part of the data. Maybe using graphs in JSONLD or another trick. Theoretically I should be able to put all data in one JSONLD EQ, SSH, TP, SV and at the receiving end I should be able to only read TP from the JSONLD if I want to do that

While thinking about the relation between models and profiles:

Sveino commented 3 weeks ago

Let us not mix up the semantic and the syntax. In general a dataset/graph is represented as one instance file. The exception is DifferenceSet. A dataset can conform to multiple profiles. If we want to exchange multiple dataset we can either use rdfg:Graph or compressed file.

VladimirAlexiev commented 3 weeks ago