Sveino / Inst4CIM-KG

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

add `rdfs:isDefinedBy` #103

Open VladimirAlexiev opened 1 month ago

VladimirAlexiev commented 1 month ago

Each ontology term should have rdfs:isDefinedBy to the ontology node. This allows sem.web crawlers that stumble upon a CIM term, to discover the whole CIM ontology.

https://github.com/Sveino/Inst4CIM-KG/issues/5 is a soft blocker for this:

Note: https://github.com/Sveino/Inst4CIM-KG/blob/develop/archive/PROF-AP-CIM_v15July2020/PROF-CIM-Vocabulary.rdf has some related discussion:

Known Issue:
    Need to clearify is we shall have both domain and isDefinedBy.
    Added <rdfs:isDefinedBy rdf:resource="[class]"/>   to the object properties
Sveino commented 3 weeks ago

I am happy to add rdfs:isDefinedBy but should we also use rdfs:domain?

VladimirAlexiev commented 1 week ago
Sveino commented 1 week ago

rdfs:isDefinedBy should then be equivalent to cims:belongsToCategory I agree that this only make sense to do after "ontology modularization".