You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #41, cims:dataType cim:String are replaced with rdfs:range xsd:string etc.
So we should delete the definitions of these terms (these nodes with all their properties).
This query returns 36 different cims:dataType:
PREFIX cims: <http://iec.ch/TC57/1999/rdf-schema-extensions-19990926#>PREFIX cim: <https://cim.ucaiug.io/ns#>
select ?type (count(*) as ?c) {
?x cims:dataType ?type
} group by ?type order by desc(?c)
Most of them are QuantityKind or XSD datatypes, but we need to examine the rest and decide:
As per #41,
cims:dataType cim:String
are replaced withrdfs:range xsd:string
etc.So we should delete the definitions of these terms (these nodes with all their properties).
This query returns 36 different cims:dataType:
Most of them are QuantityKind or XSD datatypes, but we need to examine the rest and decide:
The text was updated successfully, but these errors were encountered: