Closed VladimirAlexiev closed 2 months ago
(A subset of https://github.com/Sveino/Inst4CIM-KG/issues/29 that applies to all data props, not just numeric ones).
rdf:type rdfs:Class ; cims:stereotype "Primitive"
owl:DatatypeProperty
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 ;
fix02-datatypes-74.ru (will commit shortly)
fix02-datatypes-74.ru
(A subset of https://github.com/Sveino/Inst4CIM-KG/issues/29 that applies to all data props, not just numeric ones).
rdf:type rdfs:Class ; cims:stereotype "Primitive"
)owl:DatatypeProperty
(it doesn't mean you're going away from RDFS, just being more specific about the nature of the prop)Change from this:
to this: