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
Props of value objects (cim:StreetAddress, cim:StreetDetail, cim:TownDetail) are checked,
but using unnecessary prop paths
Some props use wrong prefixes, eg dct:Resource.modified
Some props are not really used in instance data, eg rdf:Statement.object
Some props are probably in wrong namespaces, eg dct:PowerSystemProjectGroup.description
Some newer props need to be added to checking: cim:Contingency.mustStudy, cim:DCConductingEquipment.ratedCurrent; nc:GridStateAlteration.enabled, nc:GridStateAlteration.participationFactor
The text was updated successfully, but these errors were encountered:
CIM SHACL includes datatype checking: there are 3778 checks:
The breakdown of prop checks by namespace is as follows:
The following query finds props whose datatype is not checked.
It considers both the
cim17
(older) and thecim
(current) namespace:Saved as prop-datatypes-not-checked.tsv.
Notes:
cim:StreetAddress, cim:StreetDetail, cim:TownDetail
) are checked,but using unnecessary prop paths
dct:Resource.modified
rdf:Statement.object
dct:PowerSystemProjectGroup.description
cim:Contingency.mustStudy, cim:DCConductingEquipment.ratedCurrent; nc:GridStateAlteration.enabled, nc:GridStateAlteration.participationFactor
The text was updated successfully, but these errors were encountered: