Open VladimirAlexiev opened 2 months ago
We may need to discuss but here some feedback
forwardDifferences, reverseDifferences
are named graphs, so rdf:Statement
will go awayStatus
is a bad class: it doesn't define any props or enum values, and the name is too generic (when I hear "status" in relation to CIM, I think status of a PSR, not of a StreetAddress)
"Compounds" are
cims:dataTypes
that are neither Primitive, nor have unit/multiplier:cim:Status
is the only compound that has no fields. It's not anEnumeration
either:So it's undecided what it is ;-)
cim:StreetAddress
is defined in61970-600-2_GeographicalLocation-AP-Voc-RDFS2020_v3-0-0
. It is not used, which makes this problem about itsstatus
almost a non-issue.rdf:Statement
vsrdf:Statements
should be replaced with named graphStreetAddress, StreetDetail, TownDetail
are objects with some props: but are not used either, AFAIKCurrently links to Compounds are mapped
ObjectProperty
. I thinkcim:Status
needs to be defined, or maybe all "Compounds" should be removed?