Sveino / Inst4CIM-KG

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

define range of data props, use standard datatypes #28

Closed VladimirAlexiev closed 2 months ago

VladimirAlexiev commented 4 months ago

(A subset of https://github.com/Sveino/Inst4CIM-KG/issues/29 that applies to all data props, not just numeric ones).

Change from this:

cim:IdentifiedObject.mRID
        rdf:type           rdf:Property ;
        cims:dataType      cim:String ;

to this:

cim:IdentifiedObject.mRID
        rdf:type           owl:DatatypeProperty ;
        rdfs:range      xsd:string ;
VladimirAlexiev commented 2 months ago
VladimirAlexiev commented 2 months ago

fix02-datatypes-74.ru (will commit shortly)