Haigutus / USVDM

Collection of tools that helps one to use and exchange CIM based grid models (CIM16/CGMES) and market messages (IEC 62325)
GNU General Public License v2.0
10 stars 9 forks source link

Correct use of rdf:ID and rdf:about #2

Closed Haigutus closed 4 years ago

Haigutus commented 4 years ago

If profile instance refers to existing object form another profile instance rfd:about must be used. If a completly new instace of class is created, rdf:ID will be used. In future version only rdf:about will be used. Need to find a way to identify this from RDFS for CGMES 2.4

Haigutus commented 4 years ago

Any hints how to find this defined in RDFS?

Haigutus commented 4 years ago

Requirement comes form 600-1 GENC9 and is valid only for CGMES 2.4 in CGMES 3.0 the requirement is to use in all cases rdf:about and not rdf:ID

From RDFS it is possible to find for witch concrete classes rdf:about prefix should be used by following query

image