3lbits / CIM4NoUtility

CIM for the Norwegian Power Utility
Creative Commons Attribution Share Alike 4.0 International
23 stars 6 forks source link

Verify functionality of rdf:resource links #121

Closed VetleNormanAE closed 2 years ago

VetleNormanAE commented 2 years ago

Verify that the links under some equipment are functional or not:

Example:

<cim:Terminal rdf:ID="_8266f01c-2b3d-4111-957e-b871f71f0fad">
    <cim:IdentifiedObject.name>T1 ARENDAL 132 T1E</cim:IdentifiedObject.name>
    <cim:IdentifiedObject.description>Transformer Side</cim:IdentifiedObject.description>
    <cim:Terminal.ConnectivityNode rdf:resource="#_681a1e80-5a55-11eb-a658-74e5f963e191"/>
    <cim:Terminal.ConductingEquipment rdf:resource="#_48668646-105a-490d-aaad-3259b852aa23"/>
    <cim:ACDCTerminal.sequenceNumber>1</cim:ACDCTerminal.sequenceNumber>
    **<cim:Terminal.phases rdf:resource="http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseCode.ABC"/>**
</cim:Terminal>

This link leads to a 404 error on iec's website. Does the user have to be logged in for this functionality to work? Verify that it is correct or if it is needed.

According to CGMES v3.0.0 regarding the Terminal.pghases attribute:

Represents the normal network phasing condition. If the attribute is missing, three phases (ABC) shall be assumed, except for terminals of grounding classes (specializations of EarthFaultCompensator, GroundDisconnector, and Ground) which will be assumed to be N. Therefore, phase code ABCN is explicitly declared when needed, e.g. for star point grounding equipment.

Sveino commented 2 years ago

The URL for the namespace, http://iec.ch/TC57/2013/CIM-schema-cim16, should have pointed to the -301 standard, but does not. Profile references, http://entsoe.eu/CIM/SteadyStateHypothesis/1/1, should be pointing the RDFS defining the profile.

There are work in progress to make this happen long-term.

We should contain the phaseCode for the relevant items in the model.